home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / makelink.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  757 b   |  28 lines

  1. MAKELINK
  2.  
  3. Creates a link between files.
  4.  
  5. Format
  6.  
  7. MAKELINK [FROM] <file> [TO] <file> [HARD] [FORCE]
  8.  
  9. Template
  10.  
  11. FROM/A,TO/A,HARD/S,FORCE/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. MAKELINK creates a FROM file, known as a link, that is a pointer to another
  18. file, the TO file, on the disk. When an application or command falls the FROM
  19. file, the TO file is used. By default, MAKELINK supports hard links: the FROM
  20. file and TO file must be on the same volume.
  21.  
  22. Soft links, which can link across volumes, are not currently implemented.
  23.  
  24. Normally, MAKELINK does not support directory links. To create a directory
  25. link, you must use the FORCE option. If MAKELINK detects that you are
  26. creating a circular link, such as a link to a parent directory, a Link loop
  27. not allowed message is issued.
  28.